> c = rand(3,3) c = 0.214 0.87 0.352 0.316 0.11 0.226 0.402 0.617 0.217 > max(c) 0.402 0.87 0.352 > d = rand(1,3) d = 0.622 0.356 0.156 > max(d) 0.622 > e = rand(3,1) e = 0.802 0.588 0.022 > max(e) 0.802See also: Page
maxi()
,
Page min()
,
Page mini()
.